All Questions
3 questions
5votes
3answers
294views
A program to tell you if there are 2 numbers in an array that add to a given sum
there is a video on life at google about what an interview would be like and so i watched it and decided to go along and come up with a solution to the problem myself and i found it really easy this ...
4votes
1answer
1kviews
Graphing a linear equation using javascript and html
I'm open to any feedback even if it's just a quick browsing over to get a quick opinion of my code. As part of a job interview process I was given a coding challenge to complete. The challenge was ...
7votes
2answers
2kviews
Create a dynamic growing pyramid
In connection with a job application I have to progress the following task: Create a dynamic growing pyramid. The structure has to be sorted alphabetically (concerning the inserted values). ...